/* Easy Slider */
	.easy-slider ul, .easy-slider li{
		vertical-align:top;
		margin:0;
		padding:0;
		list-style:none;
		}
	.easy-slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		display:inline-block;
		*display:inline;
		zoom:1;
		overflow:hidden;
        list-style-type:none;
		}
	.ws_effect a.prev{
		display:block;
		width:21px; height:60px;
		position:absolute;
		left:0px;
		background:url(./prev.gif) no-repeat left top;
		z-index:15;
	}
	.ws_effect a.next{
		display:block;
		width:21px; height:60px;
		position:absolute;
		right:0px;
		background:url(./next.gif) no-repeat left top;
		z-index:15;
	}	
	/* // Easy Slider */
